PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFRadialShading Class / setEndCircleCenter Method
The position in shading's target coordinate system of the ending circle center.
In This Topic
    setEndCircleCenter Method
    In This Topic
    Sets the position of the ending circle.
    Syntax
    public void setEndCircleCenter( 
       PDFPoint endCircleCenter
    )

    Parameters

    endCircleCenter
    The position in shading's target coordinate system of the ending circle center.
    Exceptions
    ExceptionDescription
    when the position of the ending circle is null.
    See Also